home *** CD-ROM | disk | FTP | other *** search
- 2 div 4 index 1 index add 4 index 2 index add 4 index 3 index sub 4 index 4 index sub
- 9 -5 roll pop pop pop pop pop
- matrix currentmatrix
- 5 1 roll
- newpath
- 3 index 3 index moveto
- 1 index 3 index lineto
- 0 index 10 sub 2 index exch lineto
- 1 index 4 index sub 2 div % half width
- dup 2 div 3 index exch sub % right - 1/2 ( 1/2 width)
- % cmtx x1 y1 x2 y2 width/2 x2-width/4
- currentpoint translate
- 1 index 2 div neg 0 translate
- 1 2 index 2 div 10.0 exch div scale
- 0 0 3 index 2 div 0 180 arcn
- 1 index neg 0 translate
- 0 0 3 index 2 div 0 180 arc
- pop
- pop
- closepath
- pop pop pop pop
- setmatrix
-